TileProperty

Simple Key/Value type defining a property inside a Tile.

Members

Functions

get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
set
string set(string v)
Undocumented in source. Be warned that the author may not have intended to support it.
set
T set(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.
type
string type;
Undocumented in source.
val
Sumtype val;
Undocumented in source.
value
string value;
Undocumented in source.

Meta